Add GtkAnimationDescription as a private boxed object.
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 19 Aug 2010 19:45:30 +0000 (21:45 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:37:37 +0000 (15:37 +0100)
commited840e73e43714650844b13e3de5944335866a63
tree1c6094eb128ba1b6580f3a5384db44d74008811a
parent2e2c07b695dfeeccd75b1bf5181bc45b2ba489ec
Add GtkAnimationDescription as a private boxed object.

This struct will be used to represent an animation in GtkStyleSet. It
will only be used internally in GtkStyleContext in order to trigger
animations, engines shouldn't need this.
gtk/Makefile.am
gtk/gtkanimationdescription.c [new file with mode: 0644]
gtk/gtkanimationdescription.h [new file with mode: 0644]